home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / STANDALO / RESMAP-F / RESMAP_F.C1 < prev   
Text File  |  1991-01-27  |  730b  |  23 lines

  1. #if NEVER
  2.  
  3. ResMap FKEY change history
  4.  
  5. 1.2 -> 1.3
  6. ----------
  7.  
  8. Added a static variable to prevent reentrance.  That is, if the FKEY
  9. is running and then the user invokes the FKEY again, the second
  10. incarnation will just beep and exit.
  11.  
  12. When handling update events, redraw the list frame and the button.
  13. This only makes a difference if you invoke a second FKEY which causes
  14. ResMap's window to be temporarily obscured.
  15.  
  16. Use screenBits.bounds to center the window on the main screen.  (The
  17. previous version was just centered for a 9 in. screen.)
  18.  
  19. Fixed an obscure conflict with the "Select rear window" QuicKey.
  20. Previously, "Select rear window" could send the FKEY window behind
  21. others, but could not bring it back to the front.
  22.  
  23. #endif